home *** CD-ROM | disk | FTP | other *** search
- /* --------------------------------------- */
- /* Styles for VTML Reference documentation */
- /* 1999-11-07 */
- /* */
- /* StyleSheet created with TopStyle 1.5 */
- /* --------------------------------------- */
-
- /* --------------------------------------- */
- /* All sizing is in a separate stylesheet */
- /* that is imported. This means IE3 won't */
- /* stumble over the em units and there */
- /* won't be (as many) inheritance problems */
- /* with NS4 since neither IE3 nor NS4 */
- /* support @import: they will only see the */
- /* rest of this stylesheet. */
- /* --------------------------------------- */
-
- @import url(vtmlrefsizing.css);
-
- /* --- BASICS --- */
-
- BODY {
- /* basic font size relative to user's font size but slightly smaller to allow for the small Help window in HomeSite and Studio */
- background-color : #FFFFF0;
- }
-
- BODY, P, A, TD, TH, UL, OL, LI, DL, DT, DD {
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- /* --- HEADERS --- */
-
- H1 {
- color : #000000;
- background-color : #FFFFF0;
- font-weight : bold;
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- H2 {
- color : #000000;
- background-color : #FFFFF0;
- font-weight : bold;
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- H3 {
- color : #000000;
- background-color : #FFFFF0;
- font-weight : bold;
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- H4 {
- color : #000000;
- background-color : #FFFFF0;
- font-weight : bold;
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- H5 {
- color : #000000;
- background-color : #FFFFF0;
- font-family : Verdana, Arial, Helvetica, sans-serif;
- }
-
- /* --- CODE AND EXAMPLES .--- */
-
- CODE {
- /* inherit background color */
- color : #800000;
- font-family : "Courier New", Courier, monospace;
- }
-
- SAMP {
- margin-top : 0;
- margin-bottom : 0;
- color : #006000;
- background-color : #FFFFF0;
- font-family : "Courier New", Courier, monospace;
- }
-
- PRE {
- color : #800000;
- background-color : #FFFFF0;
- font-family : "Courier New", Courier, monospace;
- }
-
- DD PRE {
- color : #800000;
- background-color : #FFFFF0;
- }
-
- OL PRE, UL PRE {
- margin-bottom : 0;
- color : #800000;
- background-color : #FFFFF0;
- }
-
- PRE.syntax {
- margin-top : 0;
- margin-bottom : 0;
- color : #000000;
- background-color : #FFFFF0;
- font-weight : bold;
- }
-
- /* --- TABLES --- */
-
- TABLE {
- background-color : #F3F3EF;
- }
-
- TD.syntax {
- color : #000000;
- background-color : #CCCCCC;
- font-weight : bold;
- }
-
- TH {
- color : #000000;
- background-color : #CCCCCC;
- }
-
- TH FONT {
- color : #000000;
- background-color : #CCCCCC;
- }
-
- TD FONT {
- color : #000000;
- }
-
- /* --- LISTS --- */
-
- OL UL LI, UL UL LI {
- margin-left : 0;
- list-style-type : square;
- }
-
- OL UL LI, UL UL LI {
- margin-left : 0;
- }
-
- OL LI LI {
- margin-left : 0;
- }
-
- /* --- FOOTNOTE --- */
-
- .footnote {
- font-size : 0.8em;
- }
-